home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-12-03 | 325 b | 21 lines | [TEXT/MPS ] |
- /*
- * SharedLib.r
- *
- * resource file for sample C++ shared library
- *
- * Copyright © 1993, 1994, Apple Computer, Inc. All rights reserved.
- */
-
- #include "Types.r"
- #include "SysTypes.r"
-
-
- resource 'vers' (1) {
- 0x2,
- 0x0,
- development,
- 0xd,
- verUS,
- "2.0d1",
- "Version 2.0d1. Copyright © 1994, Apple Computer, Inc."
- };